home *** CD-ROM | disk | FTP | other *** search
/ Java Primer Plus / Java Primer Plus (Waite Group Proess)(1996).iso / java_Win / demo / Animator / ParseException.class (.txt) < prev   
Encoding:
Java Class File  |  1995-10-12  |  410 b   |  6 lines

  1. class ParseException extends Exception {
  2.    ParseException(String s) {
  3.       super(s);
  4.    }
  5. }
  6.